Update manpage with some missing cargo commands
authorhatsunearu <hatsunearu@users.noreply.github.com>
Fri, 13 May 2016 22:37:01 +0000 (15:37 -0700)
committerhatsunearu <hatsunearu@users.noreply.github.com>
Fri, 13 May 2016 22:37:01 +0000 (15:37 -0700)
src/etc/cargo.1

index a9a598bf06fd6e907217e6a3356a2c0f5d9ac266..23b1f331b366137dcf41763ceda9c637cceeb968 100644 (file)
@@ -65,6 +65,9 @@ Run the benchmarks for the package
 \fBcargo update\fR
 Update dependencies in Cargo.lock
 .TP
+\fBcargo rustc\fR
+Compile the current project, and optionally pass additional rustc parameters
+.TP
 \fBcargo package\fR
 Generate a source tarball for the current package
 .TP
@@ -77,6 +80,9 @@ Remove a Rust binary
 \fBcargo search\fR
 Search registry for crates
 .TP
+\fBcargo help\fR
+Display help for a cargo command
+.TP
 \fBcargo version\fR
 Print cargo's version and exit